home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
comms
/
icom0425.arj
/
DSZ-U.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-04-25
|
805b
|
19 lines
@Echo off
Echo off
CLS
rem This is an example of a BAT to use in one of Intellicomm's external
rem protocol entries. It is set up for a Zmodem upload using the DSZ
rem external protocol, by Chuck Forsberg. This is an EXAMPLE ONLY
rem and may or may not work with your modem. If you have problems
rem please refer to the DSZ documentation.
rem
rem Please see DSZ-D.BAT for a description of the parameters Intellicomm
rem passes when calling external protocols.
rem
rem You must precede the DSZ command with the proper pathname if DSZ.COM
rem is not located on your PATH (e.g. C:\UTIL\DSZ port ...).
rem Note that Intellicomm will perform a CHDIR to the first directory on
rem your Upload PATH before calling this .BAT.
rem
DSZ port %2 speed %1 ha on sz -m %4 %5 %6 %7 %8 %9